home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 December
/
macformat-044.iso
/
Demos
/
The Ghost Cave
/
BB
/
RBB
/
PUZ.Dxr
/
00011.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-06-14
|
236 b
|
14 lines
on exitFrame
global numCorrect, totalpiece, finFr
if numCorrect = totalpiece then
go(finFr)
else
go(the frame)
end if
end
on idle
global mover, moverspr
set the loc of sprite moverspr to the loc of sprite mover
end